-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update runs get to use cursor-based pagination #273
Conversation
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build successful |
9bd3a62
to
6bab24c
Compare
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
6bab24c
to
18310fc
Compare
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-qx7nh for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build successful |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-k4575 for details. If you are unable to do so, please contact a member of the Galasa team. |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-q2dl7 for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
07f55ab
to
782c97a
Compare
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-7kdth for details. If you are unable to do so, please contact a member of the Galasa team. |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-fxxtc for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
aebf3aa
to
be5133a
Compare
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-b7mrx for details. If you are unable to do so, please contact a member of the Galasa team. |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-rz742 for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
0350754
to
354b1e8
Compare
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-bdk64 for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-2j9nh for details. If you are unable to do so, please contact a member of the Galasa team. |
Build failed, see http://localhost:8001/api/v1/namespaces/tekton-pipelines/services/tekton-dashboard:http/proxy/#/namespaces/galasa-build/pipelineruns/repo-cli-pr-273-2cglq for details. If you are unable to do so, please contact a member of the Galasa team. |
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
806d633
to
2efff1f
Compare
Build successful |
* Use cursor-based pagination when getting runs from the API server Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Remove includeCursor query parameter Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Swap cursor condition order Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Turn on includeCursor parameter Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Remove log statement Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Use 'from:desc' as the default sort for runs get Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --------- Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> Signed-off-by: Aashir Siddiqui <aashir_sidiki@hotmail.com>
Why?
See galasa-dev/projectmanagement#1921
Changes
runs get
now uses the cursor provided in responses from/ras/runs
to go through pages of run results